GNU BC - definição. O que é GNU BC. Significado, conceito
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

O que (quem) é GNU BC - definição

UNIX UTILITY WHICH IMPLEMENTS AN ARBITRARY-PRECISION ARITHMETIC LANGUAGE
GNU bc; Bc (Unix); Bc programming language

GNU BC         
A GNU version of BC which is self-contained and internally executes its own compiled code rather than acting as a front-end to DC like the standard Unix bc. Version 1.02 parser (yacc), interpreter, BC math library Philip A. Nelson <phil@cs.wwu.edu> FTP bc-1.02.tar.Z from a GNU archive site. requires: vsprintf and vfprintf routines ports: Unix (BSD, System V, MINIX, POSIX) Superset of POSIX BC (P10003.2/D11), with a POSIX-only mode.
GNU Project         
  • GNU Hurd live CD
FREE SOFTWARE PROJECT
GNU project; GNU.org; GNU Enterprise; GNUe; Gnu project; The GNU project; The GNU Project; Gnu.org; GNU Free System Distribution Guidelines; GNU FSDG; FSDG; Free System Distribution Guidelines; Linux Community
The GNU Project () is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and computing devices by collaboratively developing and publishing software that gives everyone the rights to freely run the software, copy and distribute it, study it, and modify it.
GNU assembler         
GNU ASSEMBLER, PART OF BINUTILS
GNU assembler; Gnu as; GNU GAS; GNU as
(GAS) A Unix assembler for the GNU project. Many CPU types are handled and COFF and IEEE-695 formats are supported as well as standard a.out. Current version 2.2 ported to Sun-3, Sun-4, i386, 386BSD, BSD/386, Linux, PS/2-AIX, VAX, Ultrix, BSD, VMS. The assembler has been merged with GNU Binutils. E-mail: <bug-gnu-utils@gnu.org>. (1995-04-18)

Wikipédia

Bc (programming language)

bc, for basic calculator (often referred to as bench calculator), is "an arbitrary-precision calculator language" with syntax similar to the C programming language. bc is typically used as either a mathematical scripting language or as an interactive mathematical shell.